home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / sx405a.zip / SOF_FMT.DOC < prev    next >
Text File  |  1992-10-06  |  429b  |  18 lines

  1. Here is the format of a record in the file SAPPHIRE.SOF.  The SOF file contains
  2. 500 records, though not all are used if you specified that fewer files be
  3. kept.
  4.  
  5.   FileListType =
  6.   RECORD
  7.     RootName  : String8;
  8.     Extension : String3;
  9.     DocuFile  : String8;
  10.     Uploader  : String20;
  11.     DateUpLd  : INTEGER;
  12.     NumDnLds  : WORD;
  13.     DateDnLd  : INTEGER;
  14.     Level     : BYTE;
  15.     Area      : CHAR;
  16.   END;
  17.  
  18.